From cd798d5aed6b008d39eba8f31d0823075988edc8 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Nov 2015 10:51:54 -0500 Subject: [PATCH] places sidebar: Document style classes Document the style classes that GtkPlacesSidebar uses on its rows. --- gtk/gtkplacessidebar.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index a34ae6748e..19e171df99 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -95,6 +95,12 @@ * * GtkPlacesSidebar uses a single CSS node with name placesidebar and style * class .sidebar. + * + * Among the children of the places sidebar, the following style classes can + * be used: + * - .sidebar-new-bookmark-row for the 'Add new bookmark' row + * - .sidebar-placeholder-row for a row that is a placeholder + * - .has-open-popup when a popup is open for a row */ /* These are used when a destination-side DND operation is taking place. -- 2.30.2